home *** CD-ROM | disk | FTP | other *** search
- version >NIL: dos.library 37
- if warn
- echo "You need KickStart 2.0+ to run this script"
- wait 15
- quit
- endif
-
- assign amipac: ""
- assign s: AmiPac:s
-
- if not exists ram:libs
- makedir ram:libs
- copy >NIL: amipac:libs/#? ram:libs/
- assign libs: ram:libs add
- assign devs: amipac:devs add
- assign fonts: amipac:Fonts add
- endif
-
- version >NIL: explode.library
- if warn
- AmiPac:c/expload
- endif
-
- run >nil: <nil: AmiPac:c/shortcut.extra
- echo "Select the 'Shortcut'-bar to open pull-down menues!"
- assign s: sys:s
- wait 10
-